func runtime.goschedImpl

4 uses

	runtime (current package)
		proc.go#L4283: func goschedImpl(gp *g, preempted bool) {
		proc.go#L4319: 	goschedImpl(gp, false)
		proc.go#L4327: 	goschedImpl(gp, false)
		proc.go#L4331: 	goschedImpl(gp, true)